Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps prometheus-client from 0.23.1 to 0.24.0.

Release notes

Sourced from prometheus-client's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.23.1...v0.24.0

Changelog

Sourced from prometheus-client's changelog.

[0.24.0]

Added

  • EncodeLabelSet is now implemented for tuples (A: EncodeLabelSet, B: EncodeLabelSet). See PR 257.

  • Family::get_or_create_owned can access a metric in a labeled family. This method avoids the risk of runtime deadlocks at the expense of creating an owned type. See PR 244.

  • impl<T: Collector> Collector for std::sync::Arc<T>. See PR 273.

Changed

  • EncodeLabelSet::encode() now accepts a mutable reference to its encoder parameter.
  • Exemplar timestamps can now be passed, which are required for convert_classic_histograms_to_nhcb: true in Prometheus scraping. See PR 276.
Commits
  • 7844d86 chore: prepare v0.24.0 (#280)
  • 0355911 feat: support timestamp encoding in exemplars (#276)
  • 970606a feat: impl<T: Collector> Collector for std::sync::Arc<T> (#273)
  • 1d5824a chore: fix clippy complaints from Rust 1.89.0 (#277)
  • cd3c3e8 fix: remove unnecessary Sized boundaries (#274)
  • 930aa08 chore: fix minor clippy lints (#275)
  • adc7c4e fix(derive-encode): expand prelude symbols to absolute paths (#265)
  • 60e44ad ci: bump actions/cache to v4 (#264)
  • ab152ee docs: add example using std::io::Write (#261)
  • 377ca2d feat(metrics/family): 🍫 add Family::get_or_create_owned() (#244)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2025
@github-actions github-actions bot enabled auto-merge (squash) August 19, 2025 09:10
@clux clux closed this in #180 Aug 19, 2025
auto-merge was automatically disabled August 19, 2025 09:57

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/prometheus-client-0.24.0 branch August 19, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants